Quarantine ManagementOverview Axapta's quarantine functions are confusing and useless, perhaps because I didn't understand its role. in my personal opinion, quarantine should be to check whether there are any flaws in the items. If there are any flaws in the items, return the goods. However, the axapta quarantine can only be decommissioned, and I do not even know where the items have been decommissioned. This is a mysterious disappearance, at least I
Item registration, reservations, and marking) Register I personally feel that axapta is not very good at registering this name when making a sales order.For a warehouse, either the Warehouse is imported or the Warehouse is exported. The corresponding warehouse transaction is stored in the statusissue field of inventtrans to store its status, the specific field values include the enumerated statusissue and statusreceept.Statusissue:Quotationissue-> ono
Something
To check if the dynamics ax 4 client throws the "failed to logon to axapta"
Error Good morning I 've been getting this "failed to logon to axapta" error message even since
I last changed my network password. I was able to start the client using my User
From another PC, and I was able to start the client so long as I was connecting
To another AOS. After Googling, I found the following post on
In fact, it is the study notes of the logistics module in the axapta standard teaching materials. Now it's not just an exaggeration. It's just at the door of my house. It's disgusting that the dead do not break the law.
In the standard tutorial, there are three parts about this module: warehouse, Trade Logistics I, Trade Logistics II. There are still a lot of content, so I can read and write it on it, it depends on the number of writes.
Basic conc
Price and discount Maybe it's because you haven't seen your problem. I feel that the price and discount of axapta are too complicated. how to clarify this idea is really a problem. the purchase and sales are symmetric, just look at one aspect. Overview Discounts and prices have two research directions, from the product perspective and from the customer's perspective.From the product perspective: certain or all products offer discounts to some or all c
Explanation of common axapta system ARGs () MethodsARGs () is the best system class used by axapta to pass parameters. The most common transmission of parameters includes mutual transmission from forms to classes and transmission from forms to reports, transfer from class to report.
1) ARGs (). Caller () can be used to obtain information of the caller. For example, if a report is called through the class
Axapta 3 Com Connector Copy From blog Having fun setting up the COM + connector for enterprise portalAxapta 3 SP3Eventually did the following to get it to work:1. Created a domain account for the Service to use2. Add the domain user as the dbo for the axapta Database3. Create an admin user in axapta mapping to the domain account4. In the configuration tool Add th
Axapta provides some classes for Excel operations. These classes are actually encapsulation of the COM Object excel. application. Because axapta does not support Unicode, the following errors may occur for Excel files containing Chinese characters:CodeIf it is a Chinese character in Excel, only half of the output can be made.
Void
Getdatafromexcel ()
{Sysexcelapplication app;Sysexcelworksheets WSS;S
In fact, I also found this problem,
However, junevoful has already been detailed. I will add two points:
1. Data in the second table cannot be referenced using exists join, indicating that the condition is met once the data in the second table exists, however, using inner join can reference the data in the second table, which is an internal join.
2. You can use the SQL Performance Monitor provided by axapta to monitor the execution efficiency of SQL s
I have not found the trim function of the string in axapta for a long time. I wrote one using strfind and substr. There should be a better implementation method. Let's use it together first.
Static
Void
Strtrim (ARGs)
{ Int Position;STR srcstr;;Srcstr = " AAA aaa " ;Position = 1 ; // Left trim While ( True ) {Position = Strfind (srcstr, " " , 1 , 1 ); If ( ! Position) Break ;Srcstr = Substr (s
This name is cooler than the deep adventure.
Dynamics axapta mounts B/S to the SharePoint framework, which is another highlight of Ms.
ArticleTry to analyze the solution of dynamics axapta's B/s from the principle to implementation.
Since it is deployed on SharePoint, you need to have a rough understanding of SharePoint first. the two articles on msdn introduced the basic principles of SharePoint and the principles of webpart. After reading these a
Chapter 2: Advanced morphx formsExamples of Custom forms, including ActiveX controls and HTML
CodeThe generation ......
Chapter 2: Reflection
The sample code in this chapter mainly introduces the usage of some AOT classes, including tableapi,
Return ManagementReturn Management can be divided into purchase return and sales return, corresponding to three methods:
1. Pass the negative number
2. Create a credit notice
3. Create a returned item type purchase order or sales order
Method 2
Chapter 2 The database layer1. Change recversion Ax4.0 uses Optimistic Concurrency Control and recversion is used to identify the recorded version.
Static
Void
Recversionchange (ARGs _ ARGs)
{Custtable custtableselected;Custtable
shipping and shipping processes shows the shipping process. there are two ways to complete the shipping process, one is in the purchase order, and the other is in the item arrival of inventory management. The picking & Shipping shipping process
/Files/jackyxu1981/sysmultitablelookup.rarSysmultitablelookup class download
The sysmultitablelookup.rar is a class to show multi table information.
When you want to create a sales line in so, you can selet an item and see some information of
Overview
As an intermediate object for data storage and presentation, formdatasource plays an important role in form. It can be said that it understands the methods and events in formdatasource and master most of form content. this article attempts to explain the main methods and attributes of formdatasource.
As the help document of dynamics axapta is still being improved, some of the explanations in this article come from your own tests and may not
Modify the title configuration in title bar of the main form
Configuration in title bar One common complaint with dynamics ax 4.0 is that it is not possible for the user to determine in which environment they are working. participant ularly for consultants/developers who often have multiple ax applications open at one time, this is very frustrating and can easily lead to errors (developing in the wrong application ). in axapta 3.0 information was
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.